Auto merge of #4851 - sfackler:verify-in-target, r=alexcrichton
authorbors <bors@rust-lang.org>
Thu, 21 Dec 2017 23:38:31 +0000 (23:38 +0000)
committerbors <bors@rust-lang.org>
Thu, 21 Dec 2017 23:38:31 +0000 (23:38 +0000)
commit848eb156ef088bbfb60225e0d608a96471f29aef
tree25c512d8bc2e27ff62d9151c538dd2ba3b1dbda5
parente10c651ea142f0a8c077bc717462b2ea233e7e1c
parentc4565a63114f43e4f64ab15ae2b566e11f0b52db
Auto merge of #4851 - sfackler:verify-in-target, r=alexcrichton

Untar into the right dir when verifying

We'd previously dump it in the package's directory which is wrong when
working in a workspace.

Closes #4304

r? @alexcrichton